From 8c0fe6694bdb845b6342c90894e38ea62342e499 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 6 May 2006 16:58:50 +0000 Subject: [PATCH] Reduce to two (sigh) forms of formatting inside a screen format linespecific tag: explitcly broken with trailing backslashes or long lines. We'll reduce to one later. --- gpsbabel/readme.xml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/gpsbabel/readme.xml b/gpsbabel/readme.xml index a7f08a8c2..500f89fd7 100644 --- a/gpsbabel/readme.xml +++ b/gpsbabel/readme.xml @@ -99,7 +99,7 @@ be downloaded from http://expat.source to the first serial port on a Linux system (device names will vary on other OSes) and write them as a geocaching loc file. The second command does the same for windows. - gpsbabel -i magellan -f /dev/ttyS0 -o geo -F mag.loc + gpsbabel -i magellan -f /dev/ttyS0 -o geo -F mag.loc gpsbabel -i magellan -f com1 -o geo -F mag.loc Optionally, you may specify "-s" in any command line. This causes the program to ignore any "short" names that may be @@ -193,8 +193,7 @@ waypoints from another source, it will currently create "Red Flag" symbols for waypoints, and thick red lines for routes or tracks. It is possible to merge two drawing layers by doing something like this: - gpsbabel -i an1 -f one.an1 -f two.an1 -o an1 -F merged.an1 - + gpsbabel -i an1 -f one.an1 -f two.an1 -o an1 -F merged.an1 In this case, the merged data will contain all of the properties of the original data. @@ -337,8 +336,7 @@ differences. Sample BCR command with all options - gpsbabel -r -i gpx -f in.gpx -o bcr,index=1,name="From A to B",radius=6371012 -F a_to_b.bcr - + gpsbabel -r -i gpx -f in.gpx -o bcr,index=1,name="From A to B",radius=6371012 -F a_to_b.bcr
@@ -557,14 +555,12 @@ supported. The device name to use on the command line is "usb:" Thus, to read the waypoints from a Garmin USB unit and write them to a GPX file: - gpsbabel -i garmin -f usb: -o gpx --F blah.gpx + gpsbabel -i garmin -f usb: -o gpx -F blah.gpx When reporting problems with Garmin, be sure to include the full unit model, firmware version, and be prepared to offer debugging dumps by adding "-D9" to the command line, like: - gpsbabel -D9 -i garmin -f usb: -o -gpx -F blah.gpx + gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.gpx Custom icons are supported on units that support that. Neither GPSBabel nor your firmware know what is associated with any given slot number. They don't know that the picture you placed in the @@ -1524,8 +1520,7 @@ which are supported by GPSbabel in both directions (see BCR). Via XML this software can only export routing data. So we don't support writing. With the option "routevia" you can eliminate calculated route points from tef source file. - gpsbabel -r -i tef,routevia -f -in.xml -o gpx -F out.gpx + gpsbabel -r -i tef,routevia -f in.xml -o gpx -F out.gpx
@@ -1541,8 +1536,7 @@ option to suppress the lines of dashes between entries. Use the The following command line reads a GPX file with Groundspeak extensions and writes a text file with encrypted hints: - gpsbabel -i gpx -f 12345.gpx -o -text,encrypt -F 12345.txt + gpsbabel -i gpx -f 12345.gpx -o text,encrypt -F 12345.txt
@@ -1904,8 +1898,7 @@ mentioned above. Contributed to GPSBabel by Alex Mottram. For example, assuming the arc above is in a file called lima_rd.txt: gpsbabel -i geo -f 1.loc -x arc,file=lima_rd.txt,distance=1 \ - -o mapsend - -F 2.wpt + -o mapsend -F 2.wpt would include only points within one mile of the section of Lima Road covered by the arc.
@@ -2032,7 +2025,6 @@ mentioned above. Contributed to GPSBabel by Alex Mottram.
replaces the current list of waypoints; the previous contents of the current list are discarded. - -x stack,pop -x stack,pop,discard -x stack,pop,append -- 2.30.2